home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 683 / printfiles / english / install < prev    next >
Text File  |  1995-03-18  |  463b  |  21 lines

  1. .K ""
  2. echo "This Script installs PrintFiles (english) on your Harddisk"
  3. echo
  4. ask "Continue (Y/N) ?"
  5. IF WARN
  6.  echo "copy program..."
  7.  copy PrintFiles c:
  8.  echo "copy icon..."
  9.  copy PrintFiles.info c:
  10.  ask "Should I copy the Arexx-scripts too (Y/N) ?"
  11.  IF WARN
  12.     echo "copy scripts..."
  13.     if exists "rexx:"
  14.      copy rexx/#? rexx:
  15.     else
  16.      echo "Rexx: directory not found !"
  17.     endif
  18.  endif
  19. endif
  20. echo "All done, click close gadget to get rid of window..."
  21.